You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Classes > clVector Structure > clVector Methods > Mul Method > clVector.Mul Method ([In] double)
Dew Math for .NET
ContentsIndexHome
Example
var v: clVector; begin v.CopyFromArray(TSingleArray.Create(2,3,5)); // v = [2,3,5] v.Mul(3); // v = [6,9,15] end;
Copyright (c) 1999-2024 by Dew Research. All rights reserved.